object Form13: TForm13 Left = 373 Top = 237 AlphaBlendValue = 200 BorderIcons = [] BorderStyle = bsDialog Caption = 'About' ClientHeight = 309 ClientWidth = 338 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 8 Top = 8 Width = 321 Height = 257 ActivePage = TabSheet1 TabOrder = 0 object TabSheet1: TTabSheet Caption = 'TabSheet1' TabVisible = False object Label1: TLabel Left = 128 Top = 14 Width = 58 Height = 16 Caption = 'F-Album' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object VersionLabel: TLabel Left = 128 Top = 32 Width = 105 Height = 13 AutoSize = False Caption = 'VersionLabel' end object Label2: TLabel Left = 128 Top = 64 Width = 117 Height = 13 Caption = '(C) ENIN Software, 2004' end object Label4: TLabel Left = 128 Top = 88 Width = 145 Height = 13 Cursor = crHandPoint Caption = 'http://www.enins.com/f-album' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Transparent = True OnClick = Label4Click OnMouseEnter = Label4MouseEnter OnMouseLeave = Label4MouseLeave end object Image1: TImage Left = 8 Top = 8 Width = 104 Height = 97 Center = True Picture.Data = {} end object lRegistered: TLabel Left = 112 Top = 120 Width = 93 Height = 13 Caption = 'Registered copy' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True Visible = False end object lUnregistered: TLabel Left = 112 Top = 120 Width = 104 Height = 13 Caption = 'Unregistered copy' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object GroupBox1: TGroupBox Left = 16 Top = 144 Width = 281 Height = 89 Caption = ' Registration information ' TabOrder = 0 object Label3: TLabel Left = 16 Top = 28 Width = 54 Height = 13 Caption = 'User name:' end object Label5: TLabel Left = 49 Top = 60 Width = 21 Height = 13 Caption = 'Key:' end object eUsername: TEdit Left = 80 Top = 24 Width = 177 Height = 21 TabOrder = 0 OnChange = eUsernameChange end object eKey: TEdit Left = 80 Top = 56 Width = 177 Height = 21 TabOrder = 1 OnChange = eUsernameChange end end end end object Button1: TButton Left = 136 Top = 272 Width = 75 Height = 25 Caption = 'Close' Default = True ModalResult = 1 TabOrder = 1 OnClick = Button1Click end end